div.selector,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
    border: 1px solid #D1D1D1;
    padding: 0;
    font-size: 14px;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    vertical-align: middle
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0
}

div.selector,
div.selector *,
div.checker,
div.checker *,
div.button,
div.button *,
div.radio,
div.radio *,
div.uploader,
div.uploader * {
    padding: 0;
    margin: 0
}

.highContrastDetect {
    width: 0;
    height: 0;
    background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: #fff;
    outline: 0
}

div.checker input,
input[type="search"],
input[type="search"]:active {
    -webkit-appearance: none;
    appearance: none
}

div.selector {
    position: relative;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: max-content !important;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100% !important;
    height: 40px;
    padding-right: 30px;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 30px 10px 15px;
    position: relative;
}

div.selector span::after
{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.841' height='8.071' viewBox='0 0 13.841 8.071'%3E%3Cpath id='Path_3144' data-name='Path 3144' d='M1.151,0a.438.438,0,0,1,.319.138L6.92,5.589,12.371.138a.436.436,0,0,1,.638,0L13.7.832a.436.436,0,0,1,0,.638L7.24,7.933a.437.437,0,0,1-.638,0L.138,1.47A.445.445,0,0,1,0,1.151.439.439,0,0,1,.139.832L.832.138A.436.436,0,0,1,1.151,0' transform='translate(13.841 8.071) rotate(180)'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
  content: '';
}

div.selector.fixedWidth {
    width: 190px
}

div.selector.fixedWidth span {
    width: 150px
}

div.selector select {
    opacity: 0;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px
}

div.checker {
    position: relative
}

div.checker,
div.checker span,
div.checker input {
    width: 20px;
    height: 20px
}

div.checker span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    cursor: pointer;
}

div.checker span.checked
{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='78.369px' height='78.369px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FED95C' d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    background-size: 12px;
}

div.checker input {
    opacity: 0;
    background: none;
    border: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
}

div.radio {
    position: relative;
    display: inline
}

div.radio,
div.radio span,
div.radio input {
    width: 13px;
    height: 13px
}

div.radio span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

div.radio input {
    opacity: 0;
    background: none;
    border: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center
}

div.uploader {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: none
}

div.uploader span.action {
    display: inline;
    float: left;
    width: 94px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

div.uploader span.filename {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 172px;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 0 0;
    line-height: 40px;
    cursor: default
}

div.uploader input {
    opacity: 0;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 100%;
    height: 100%;
    cursor: default
}

div.button {
    position: relative;
    height: 30px;
    cursor: pointer;
}

div.button a,
div.button button,
div.button input {
    opacity: .01;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

div.button span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    padding: 0;
    margin-left: 13px;
    line-height: 30px;
    text-align: center;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #777;
    border: solid 1px #d6d4d4
}

input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-color: #cbcaca
}

div.button span {
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

div.button.hover span,
div.button.focus span {
    color: #555
}

div.button.disabled span,
div.button.disabled.active span {
    color: #bbb
}

#compare_shipping .form-group label {
    display: block
}

div.selector {
    font-size: 12px
}

div.selector span {
    color: #666;
    text-shadow: 0 1px 0 #fff
}

div.selector select {
    font-family: inherit;
    font-size: 14px
}

div.selector.disabled span,
div.selector.disabled.active span {
    color: #bbb
}

.checker span input {
    margin: 0 !important
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin: 0 !important
}

.radio-inline,
.checkbox-inline {
    cursor: default
}

div.checker {
    margin-right: 5px;
    cursor: pointer
}

div.checker span {
    position: relative;
    top: -2px
}

#layered_form div.checker {
    display: inline
}

div.radio {
    margin-right: 3px
}

div.radio span {
    position: relative;
    top: -2px
}

div.uploader span.action {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0
}

div.uploader span.filename {
    margin-right: 2px;
    font-size: 14px;
    color: #777;
    background: #fbfbfb;
    border: solid 1px #d6d4d4
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    color: #aaa
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
    color: #aaa;
    border-color: #ddd
}

input.uniform-input,
input.uniform-input:focus {
    background-color: #fff
}